cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/03 - Random Color Generator/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
window.onload = function () {
addColor();
};
for (let i = 1; i <= 9; i++) {
const box = document.createElement('div');
addColor();
};
for (let i = 1; i <= 9; i++) {
const box = document.createElement('div');